projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d783d30
)
esh-util.el comment fix.
author
Glenn Morris
<rgm@gnu.org>
Sat, 5 Mar 2011 04:24:44 +0000
(20:24 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 5 Mar 2011 04:24:44 +0000
(20:24 -0800)
lisp/eshell/esh-util.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-util.el
b/lisp/eshell/esh-util.el
index 6b04b0e727be782d51170abe2dc0798e20bf387b..8b62b04a8eae279c4e4b1511f9f308dac0363228 100644
(file)
--- a/
lisp/eshell/esh-util.el
+++ b/
lisp/eshell/esh-util.el
@@
-285,7
+285,6
@@
Prepend remote identification of `default-directory', if any."
(setq text (replace-match " " t t text)))
text))
-;; FIXME this is just dolist.
(defmacro eshell-for (for-var for-list &rest forms)
"Iterate through a list"
`(let ((list-iter ,for-list))